home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Herra / RW12DEMO.ZIP / SCRIPTS / ROOM.RWX < prev    next >
Text File  |  1993-09-29  |  1KB  |  61 lines

  1. ModelBegin
  2.  
  3.   ProtoBegin Room
  4.   # x=1.0 y=1.0 z=1.0
  5.       Vertex -0.5 0.5 -0.5 UV 0 0
  6.       Vertex 0.5 0.5 -0.5  UV 1 0
  7.       Vertex 0.5 0.5 0.5   UV 0 0
  8.       Vertex -0.5 0.5 0.5  UV 1 0
  9.  
  10.       Vertex -0.5 -0.5 -0.5 UV 0 1
  11.       Vertex 0.5 -0.5 -0.5  UV 1 1
  12.       Vertex 0.5 -0.5 0.5   UV 0 1
  13.       Vertex -0.5 -0.5 0.5  UV 1 1
  14.  
  15.       Vertex -0.25 0.25 0.5
  16.       Vertex 0.25 0.25 0.5
  17.       Vertex 0.25 -0.25 0.5
  18.       Vertex -0.25 -0.25 0.5
  19.  
  20.       Vertex -0.22 0.22 0.5
  21.       Vertex 0.22 0.22 0.5
  22.       Vertex 0.22 -0.22 0.5
  23.       Vertex -0.22 -0.22 0.5
  24.  
  25.       Color 0 1 1
  26.       Surface 0.4 0.8 0.0
  27.       Quad 1 5 6 2 #back
  28.       Quad 1 4 8 5 #left
  29.       Quad 2 6 7 3 # right
  30. #      Quad 4 3 7 8 # front
  31.       Quad 4 9 12 8
  32.       Quad 4 3 10 9
  33.       Quad 3 7 11 10
  34.       Quad 7 8 12 11
  35.  
  36.       Surface 0.1 0.3 0.3
  37.       Color 0.5 0.2 0.0
  38.       Quad 14 13 9 10
  39.       Quad 13 16 12 9
  40.       Quad 16 15 11 12
  41.       Quad 15 14 10 11
  42.  
  43.       TransformBegin
  44.         Rotate 0 1 0 -90
  45.         Translate 0 0 -0.47
  46.         Scale 0.5 1 1
  47.         Include pix.rwx
  48.       TransformEnd
  49.  
  50.       Surface 0.3 0.6 0.0
  51.       Color 0.8 0.2 0.0
  52.       Quad 1 2 3 4 # ceiling
  53.       Quad 8 7 6 5 # floor
  54.   ProtoEnd
  55.  
  56.   ClumpBegin
  57.     ProtoInstance Room
  58.   ClumpEnd
  59.  
  60. ModelEnd
  61.